@font-face {
  font-family: lianmeng;
  src: url('../fonts/lianmeng.TTF');
}
@font-face {
  font-family: rzzy;
  src: url('../fonts/rzzy.TTF');
}
@font-face {
  font-family: youshe;
  src: url('../fonts/youshe.ttf');
}
.indexbanner .swiper-button-next:after, .indexbanner .swiper-container-rtl .swiper-button-prev:after,.indexbanner .swiper-button-prev:after,.indexbanner  .swiper-container-rtl .swiper-button-next:after{
  color: #fff;
  font-size: 22px;
}
.indexbanner .swiper-button-next,.indexbanner .swiper-button-prev{
  width: 38px;
  height: 88px;
}
.indexbanner .swiper-button-next{
  right:0;
}
.indexbanner .swiper-button-prev{
  left:0;
}
.indexbanner .swiper-button-next:hover,.indexbanner .swiper-button-prev:hover{
  background:#cba672;
}

.head{
  width:100%;
  background: rgba(255, 255, 255, 0.8);
  position:fixed;
  top:0;
  left:0;
  z-index: 1000;
}
.head .warpper{
  display:flex;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.logo{
  display:flex;
  align-items: center;
}
.nav{
  display:flex;
  justify-content: flex-end;
  align-items: center;
}

.nav-bar{
  display:flex;
  justify-content: space-between;
  align-items: center;
  width: 740px;
}
.nav-bar li{
  width: 105px;
  height: 115px;
  text-align: center;
  display:flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}

.nav-bar li.active,.nav-bar li:hover{
  background:url("../images/active.png") no-repeat center;
}
.nav-bar li a h4{
  font-size: 2.2rem;
  color: #333333;
  font-weight: normal;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.nav-bar li a small{
  font-size: 1.2rem;
  color: #999999;
  font-weight: lighter;
  text-transform: uppercase;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.nav-bar li.active a h4,.nav-bar li.active a small,.nav-bar li:hover a h4,.nav-bar li:hover a small{
  color: #d8121e;
}
.nav-bar li.active a h4{
  font-weight: bold;
}
.navtel{
  background:url("../images/24h.png") no-repeat left center;
  padding:12px 0;
  padding-left:82px;
}
.navtel small{
  font-size: 1.4rem;
  color: #666666;
}
.navtel h5{
  font-size: 3rem;
  color: #d8071d;
  line-height: 28px;
}
.lang{
  font-size: 2rem;
  color: #333333;
  text-transform: uppercase;
  background:url("../images/lang.png") no-repeat left center;
  position:relative;
  padding-left:23px;
  margin-left:35px;
  margin-right: 35px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.lang:before{
  display:block;
  content: '';
  position:absolute;
  left:23px;
  bottom:0;
  width:25px;
  height: 1px;
  background:#333333;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.lang:after{
  display:block;
  content: '';
  position:absolute;
  left:23px;
  bottom:0;
  width:0;
  height: 1px;
  background:#d8211e;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.lang:hover{
  color: #d8211e;
  background: url(../images/langs.png) no-repeat left center;
}
.lang:hover:after{
  width: 25px;
}



.banner{
  width: 100%;
  position:relative;
  overflow:hidden;
}
.banner .swiper-slide a{
  display:block;
  width:100%;
  height: 100%;
}
.banner .pagination {
  position: absolute;
  font-size:0;
  left: 0;
  text-align: center;
  bottom: 13px;
  width: 100%;
  z-index: 9;
}
.banner .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border:2px solid #fff;
  opacity: 0.6;
  margin: 0 5px;
  cursor: pointer;
}
.banner .pagination .swiper-active-switch {
  background: #fff;
  opacity: 1;
}

.bannerbg{
  position:relative;
  overflow:hidden;
}
.banbg{
  position:absolute;
  right:0;
  bottom:0;
  background:#d8121e;
  overflow:hidden;
  display:flex;
  align-items: center;
  height: 83px;
  width: 360px;
  z-index: 100;
}
.ban_left{
  width: 50%;
  height: 100%;
  position:relative;
  background:#fff;
  display:flex;
  align-items: center;
}
.banbg .swiper-pagination{
  transform: initial;
  position:relative;
  color: #fff;
  font-size: 2rem;
  width: 50%;
  bottom:0;
}
.banbg .swiper-pagination .swiper-pagination-current{
  font-size: 3rem;
}
.banbg .swiper-pagination p{
  background: rgba(255, 255, 255, 0.6);
  width:120px;
  height: 2px;
  margin:0 15px;
}
.banbg .swiper-pagination span{
  padding:0 5px;
}
.ban_left .swiper-button-next,.ban_left .swiper-button-prev{
  position:relative;
  margin-left: 46px;
  top:initial;
  left:initial;
  margin-top: 0;
}
.ban_left .swiper-button-next:after,.ban_left .swiper-button-prev:after{
  color: #333333;
  font-size: 3rem;
}
.ban_left .swiper-button-next:hover:after,.ban_left .swiper-button-prev:hover:after {
  color: #d8111e;
}
.ban_right{
  display:flex;
  justify-content: flex-end;
  align-items: center;
  width: 70%;
}
.ban_right>span{
  padding-left: 60px;
  font-size: 1.4rem;
  color: #414141;
  line-height: 50px;
  margin-right: 23px;
  padding-right: 20px;
  position:relative;
  background:url("../images/ring.png") no-repeat left center;
}
.ban_right>span:after{
  display:block;
  position:absolute;
  width:1px;
  height: 19px;
  background:#e6e6e6;
  content: '';
  right:0;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ban_right>div{
  width: calc(100% - 165px);
  height: 80px;
}
.swiper-tz{
  height: 100%;
}

.swiper-tz .swiper-slide>a{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.swiper-tz .swiper-slide>a>p{
  width:76%;
  line-height: 80px;
  font-size: 1.4rem;
  color: #787878;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.swiper-tz .swiper-slide>a:hover>p{
  color: #d8211e;
}
.swiper-tz .swiper-slide>a>span{
  border:1px solid #c6c6c6;
  font-size: 1.4rem;
  color: #434343;
  width: 83px;
  height: 29px;
  text-align: center;
  line-height: 29px;
  border-radius: 15px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.swiper-tz .swiper-slide>a:hover>span{
  background:#d8211e;
  color: #fff;
  border:1px solid #d8211e;
}


.img_jz{
  display: block;
  position: relative;
  overflow: hidden;
}
.img_jz img{
  position: absolute;
  margin:auto;
  top:0;
  height: 100%;
  left:0;
  right:0;
}

/*product*/
.indexprobg{
  display:flex;
  justify-content: space-between;
}
.indexpro_left{
  width:32%;
  background:#d8121e;
}
.indexpro_tit{
  text-align: center;
  padding:45px 0;
}
.indexpro_tit h3{
  font-size: 6rem;
  line-height: 5rem;
  color: rgba(255, 255, 255, 0.2);
}
.indexpro_tit h4{
  font-weight: normal;
  font-size: 4rem;
  color: #fff;
  background:url("../images/protitline.png") no-repeat center;
}
.indexpro_tit h4 span{
  color: #031425;
}
.indexpro_list{
  background:url("../images/protitbg.jpg") repeat center;
}
.indexpro_list a{
  display:block;
  font-size: 2.2rem;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:23%;
  line-height: 102px;
  position:relative;
}
.indexpro_list a span{
  position:relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
}
.indexpro_list a:before{
  display:block;
  content: '';
  position:absolute;
  left:0;
  top:0;
  height: 100%;
  background:#d8121e;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  width: 0;
}
.indexpro_list a:hover:before,.indexpro_list a.mousein:before{
  width: 103%;
}


.indexpro_right{
  width: 68%;
}
.indexpro_right_tit{
  text-align: center;
  padding:44px 0;
}
.indexpro_right_tit h3{
  font-size: 4rem;
  color: #031425;
  margin-bottom: 19px;
}
.indexpro_right_tit h3 span{
  color: #d8121e;
  font-style: italic;
  position:relative;
}
.indexpro_right_tit h3 span:after{
  display:block;
  content: '';
  position:absolute;
  bottom:-10px;
  left:0;
  background:#b3b8bd;
  width:100%;
  height: 1px;
}
.indexpro_right_tit small{
  font-size: 2.2rem;
  color: #333333;
}
.indexpro_right_listbg{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:38px 50px;
  background:url("../images/pro_rightbg.jpg") no-repeat center;
}
.indexpro_right_listbg>div{
  display:none;
}
.indexpro_right_list>div{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 740px;
}
.indexpro_right_list a{
  display:block;
  width: 31%;
  height: 320px;
  background:#fff;
  position:relative;
  overflow:hidden;
}
.indexpro_right_list a>b{
  display:block;
  width:100%;
  height: calc(100% - 61px);
  overflow:hidden;
}
.indexpro_right_list a>b img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.indexpro_right_list a>div{
  border-top: 1px solid #e5e7e9;
  line-height: 60px;
  display:flex;
  justify-content: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  width:100%;
  position:absolute;
  left:0;
  bottom:0;
}
.indexpro_right_list a>div p{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  font-size: 2.2rem;
  color: #333333;

}
.indexpro_right_list a:hover>div{
  border:1px solid #fff;
  background:rgba(216, 18, 30, 0.8);
  height: 100%;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.indexpro_right_list a:hover>div p{
  background:url("../images/linkicon.png") no-repeat center top;
  padding-top:110px;
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}

.my_btn{
  border-radius: 30px;
  border:1px solid rgba(3, 20, 37, 0.3);
  text-align: center;
  line-height: 55px;
  display:block;
  margin:0 auto;
  width: 358px;
  margin-top: 3vw;
  margin-bottom: 4vw;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.my_btn span{
  color: #333333;
  font-size: 2.2rem;
  letter-spacing: 3px;
}
.my_btn:hover{
  border:1px solid #d8121e;
  background:#d8121e;
}
.my_btn:hover span{
  color: #fff;
}

/*adv*/
.adv{
  background:url("../images/advbg.jpg") no-repeat center;
  background-size:cover;
  width:100%;
  height: 47vw;
  display:flex;
  justify-content: space-between;
}
.adv li{
  width: 25%;
  height: 100%;
  text-align: center;
  display:flex;
  align-items: center;
  justify-content: center;
  overflow:hidden;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.adv li:first-of-type.mousein{
  background:url("../images/adv01.jpg") no-repeat center;
  background-size:cover;
}
.adv li:nth-of-type(2).mousein{
  background:url("../images/adv02.jpg") no-repeat center;
  background-size:cover;
}
.adv li:nth-of-type(3).mousein{
  background:url("../images/adv03.jpg") no-repeat center;
  background-size:cover;
}
.adv li:nth-of-type(4).mousein{
  background:url("../images/adv04.jpg") no-repeat center;
  background-size:cover;
}
.adv li img{
  margin:0 auto;
  height: 81px;
}
.adv li p{
  font-size: 3.6rem;
  color: #fff;
  margin-top: 6vw;
}
.adv li b{
  display:block;
  margin:0 auto;
  width:46px;
  height: 4px;
  background:#fff;
  margin-bottom: 2vw;
}
.adv li small{
  font-size: 2rem;
  color: #fff;
  display:block;
  width: 83%;
  margin:0 auto;
  line-height: 33px;
}

.title{
  text-align: center;
  padding-top:3vw;
  padding-bottom: 3vw;
  position:relative;
}
.title>small{
  font-weight: bold;
  font-size: 8rem;
  color: rgba(216, 18, 30, 0.05);
  text-align: center;
  position: absolute;
  top:0;
  width:100%;
  display:block;
}
.title>h3{
  font-size: 4.8rem;
  color: #031425;
}
.title>h3 span{
  color: #d8121e;
}
.title>p{
  font-size: 2rem;
  color: #666666;
  font-weight: lighter;
  margin-top: 15px;
}
.indexvideo{
  background:#f2f6fa url("../images/videobg.jpg") no-repeat center top;
  padding-bottom: 3vw;
  padding-top:  8vw;
  display:flex;
}

.indexvideo_tit{
  padding:32px 0;
  padding-left:12%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:url("../images/video_left.jpg") no-repeat center top;
}
.indexvideo_tit small{
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.3);
  font-weight: lighter;
  text-transform: uppercase;
  padding-left:20px;
  position:relative;
}
.indexvideo_tit small:before{
  display:block;
  content: '';
  width: 12px;
  height: 12px;
  background:#fff;
  position:absolute;
  left:0;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.indexvideo_tit h3{
  color: #fff;
  font-size: 3rem;
  margin-top: 7px;
}
.indexvideo_tit h3 span{
  font-weight: normal;
}
.indexvideo_left{
  width:32%;
  background:#031425;
}
.indexvideo_left_list{
  margin-left:12%;
  margin-top: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:url("../images/videoline.png") no-repeat left 40px;
  padding-left:30px;
}
.indexvideo_left_list a{
  display:block;
  width: 70%;
  background:#4f5b67;
  border-radius: 10px;
  line-height: 78px;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 42px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  position:relative;
}
.indexvideo_left_list a span{
  width: 100%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow:hidden;
}
.indexvideo_left_list a:hover{
  background:#e50012;
}
.indexvideo_left_list a:before{
  display:block;
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background:#4f5b67;
  position:absolute;
  left:-36px;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
    -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.indexvideo_left_list a:after{
  display:block;
  content: '';
  background:#4f5b67;
  width: 30px;
  height: 1px;
  position:absolute;
  left:-30px;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
    -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.indexvideo_left_list a:hover:before {
  background:#fff;
  width: 20px;
  height: 20px;
  left:-40px;
}
.indexvideo_left_list a:hover:after {
  background:#fff;
}


.indexvideo_right{
  width:68%;
  background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px 30px;
}
.indexvideo_right ul{
  display:flex;
  align-items: center;
  flex-wrap: wrap;
  width:100%;
}
.indexvideo_right ul li{
  width: 31%;
  height: 360px;
  background:#f2f6fa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:10px;
  margin:20px 0px;
}
.indexvideo_right ul li>div{
  width: 100%!important;
  height: 100%!important;
}

.indexvideo_right .jw-skin-bce .jw-controlbar{
  width: 100%;
}

/*about*/
.about{
  background:url("../images/indexcombg.jpg") no-repeat center;
  background-size:cover;
  padding:7vw 0;
}
.about .warpper{
  box-sizing: border-box;
  padding-left:4%;
}
.about .warpper>h3{
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  font-size: 6.8rem;
  text-transform: uppercase;
}
.about .warpper>h5{
  font-size: 4rem;
  color: #fff;
}
.about .warpper>b{
  display:block;
  background:#fff;
  width:65px;
  height: 4px;
}
.about .warpper>small{
  display:block;
  width: 50%;
  font-size: 1.6rem;
  line-height: 3.6rem;
  color: #fff;
  margin-top:3vw;
  margin-bottom:4vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.about .warpper>a{
  display:flex;
  justify-content: space-between;
  align-items: center;
  background:#fff;
  border-radius: 24px 0 0 24px;
  width: 180px;
  line-height: 48px;
  height: 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:40px;
  position:relative;
  overflow:hidden;
}
.about .warpper>a span{
  position:relative;
  font-size: 2rem;
  color: #333333;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.about .warpper>a i{
  position:relative;
  font-style: normal;
  color: #fff;
  padding-right:8px;
}
.about .warpper>a:before{
  display:block;
  content: '';
  position:absolute;
  right:-24px;
  top:0;
  height: 100%;
  width:48px;
  border-radius: 24px 0 0 24px;
  background:#e50012;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.about .warpper>a:hover:before {
  width:250px;
}
.about .warpper>a:hover span{
  color: #fff;
}

/*adv2*/
.adv2{
  background:url("../images/adv2bg.jpg") no-repeat center bottom;
  padding-bottom: 4vw;
  position:relative;
}
.adv2_titbg{
  position:relative;
  display:flex;
  justify-content: center;
  align-items: center;
  padding:3.5vw 0;
  background:url("../images/adv2line.png") no-repeat center bottom;
}
.adv2:before{
  display:block;
  content: '';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height: 100%;
  background-image:url("../images/linemove.png");
  background-repeat: repeat-x;
  background-size:auto;
  background-position:0 top;
  /*animation:linemove 20s linear 0s infinite normal;*/
}
@keyframes linemove {
  0%{
    left:0;
  }
  100%{
    left:-100%;
  }
}
.adv2_tit{
  background:url("../images/six.png") no-repeat left center;
  padding-left:148px;
}
.adv2_tit h4{
  font-size: 4.8rem;
  color: #002854;
}
.adv2_tit small{
  font-size: 3.8rem;
  color: #333333;
}
.adv2>.warpper{
  position:relative;
  display:flex;
  align-items: center;
  justify-content: space-between;
  margin-top:4vw;
}
.adv2pic{
  width: 708px;
  height: 585px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top:170px;
  background:url("../images/adv2pic.png") no-repeat center;
  background-size:100%;
}
.adv2pic>h3{
  font-size: 6rem;
  color: #333333;
}
.adv2pic>small{
  font-size: 2rem;
  color: #333333;
}
.adv2 .warpper ul{
  width:520px;
}
.adv2 .warpper ul li{
  /*width: 50%;*/
}

.adv2 .warpper ul li h4{
  font-size: 4rem;
  color: #333333;
  font-style: italic;
  border-bottom: 1px solid #b2c9df;
  margin-bottom: 1vw;
}
.adv2 .warpper ul li small{
  font-size: 2rem;
  color: #333333;
  line-height: 3.6rem;
  font-weight: lighter;
  display:block;
  height: 182px;
}
.adv2 .warpper ul li:last-of-type small{
  height: inherit;
}


/*news*/
.newsbg{
  padding-bottom:4vw;
}
.newstit{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.newshref{
  display:flex;
  justify-content: flex-end;
}
.newshref a{
  width: 150px;
  line-height: 48px;
  border:1px solid #666666;
  border-radius: 24px;
  font-size: 14px;
  text-align: center;
  color: #666666;
  margin-left:20px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.newshref a:hover{
  color: #fff;
  background:#d4a879;
  border:1px solid #d4a879;
}

.news{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.news>a{
  display:block;
  position:relative;
  overflow:hidden;
  width:68%;
  height: 610px;
}
.news>a>img,.news_list a>img{
  width:100%;
  height: 100%;
  object-fit: cover;
}
.innews_date{
  position:absolute;
  top:30px;
  left:30px;
  background:#28343c;
  width:98px;
  height: 98px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:20px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.news a:hover .innews_date{
  background:#c9a063;
}
.innews_date>h4{
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  line-height: 33px;
   -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.innews_date>p{
  font-size: 1.6rem;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 4px;
   -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.innews_text{
  display:block;
  position:absolute;
  left:0;
  bottom:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width:100%;
  padding:32px;
  background:#fff;
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.8), transparent);
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.8), transparent);
  background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.8), transparent);
}

.innews_text>span{
  display:block;
  font-size: 1.4rem;
  color: #fff;
  border:1px solid #fff;
  width: 86px;
  line-height: 30px;
  text-align: center;
}
.innews_text>h4{
  line-height: 70px;
  font-size: 2.8rem;
  color: #fff;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
}
.innews_text>small{
  display:block;
  font-size: 1.8rem;
  color: #fff;
  font-weight: lighter;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news_list{
  width:30%;
}
.news_list a{
  display:block;
  width: 100%;
  height: 290px;
  position:relative;
  overflow:hidden;
}
.news_list a:first-of-type{
  margin-bottom: 32px;
}
.news_list a .innews_text>h4{
  font-size: 2.2rem;
  line-height: 30px;
}
.newsul{
  display:flex;
  justify-content: space-between;
  border-top:1px solid #e2e3e3;
  margin-top: 2vw;
}
.newsul a{
  display:block;
  border-bottom:1px solid #e2e3e3;
  width: 32%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:2vw  0;
}
.newsul a>span{
  display:block;
  font-size: 1.4rem;
  color: #fff;
  background:#28343c;
  width: 72px;
  line-height: 28px;
  text-align: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.newsul a:hover>span{
  background:#c9a063;
}
.newsul a>p{
  font-size: 1.8rem;
  color: #999999;
  margin-top: 10px;
}
.newsul a>h4{
  font-size: 2.2rem;
  color: #333333;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  margin-top: 10px;
  margin-bottom: 25px;
    -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.newsul a>small{
  font-size: 1.6rem;
  color: #999999;
  font-weight: lighter;
    -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.newsul a:hover>h4,.newsul a:hover>small{
  color: #c9a063;
}


/*footer*/
.footer{
  background:url("../images/fotbg.jpg") no-repeat center;
  background-size:cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:4vw 0;
}
.warp{
  width: 86%;margin:0 auto;
}
.fot_mid{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.fot_link{
  display:flex;
  align-items: center;
}
.fot_link b{
  display:block;
  width:1px;
  height: 40px;
  background:#fff;
  margin:0 83px;
}
.fot_link ul li{
  color: #fff;
  font-weight: lighter;
  font-size: 2.2rem;
  line-height: 45px;
}
.fot_tel{
  display:flex;
  align-items: center;
}
.fot_tel>div{
  padding-left:67px;
  background:url("../images/fottel.png") no-repeat left center;
  margin-right: 20px;
  height: 48px;
}
.fot_tel>div p{
  font-size: 3rem;
  color: #fff;
  line-height: 2.6rem;
  font-weight: lighter;
}
.fot_tel>div small{
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 3px;
  font-weight: lighter;
}
.fot_tel>h5{
  font-size: 4rem;
  color: #fff;
}
.wc{
  display:flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1.5rem;
}
.wc img{
  width: 127px;
  margin-right: 10px;
}
.wc p{
  color: #fff;
  font-size: 1.4rem;
  font-weight: lighter;
  writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
}



.fot_nav{
  display:flex;
  align-items: center;
  justify-content: space-between;
  width: 65%;
  margin:0 auto;
}
.fot_nav a{
  font-size: 2.2rem;
  color: #fff;
  line-height: 70px;
  text-align: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.fot_nav a:hover,.fot_nav a.active{
  text-decoration: underline;
}


.fot_bot{
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top:25px;
  overflow: hidden;
  font-size: 1.4rem;
  color:#fff;
  text-align: center;
}
.fot_bot a{
  font-size: 1.4rem;
  color:#fff;
}
.fot_bot a:hover{
  text-decoration: underline;
}

/*float window*/
.float_box{
  position: fixed;
  top:60%;
  right:0px;
  z-index: 100;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
/*.float_boxfix{*/
/*right:-52px;*/
/*}*/
.float_box>div.float06{
  position: absolute;
  top:0;
  right:0px;
  z-index: 8;
  -webkit-transition: 350ms 300ms all ease;
  -moz-transition: 350ms 300ms all ease;
  -ms-transition: 350ms 300ms all ease;
  -o-transition: 350ms 300ms all ease;
  transition: 350ms 300ms all ease;
}
.float_boxfix>div.float06{
  right:80px;
}
.float_box>div{
  cursor: pointer;
  margin-bottom:1px;
  position: relative;
  width:50px;
  height: 50px;
}
.float_box>div>b{
  display:block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  background-color: #034898;
  box-shadow: 0 3px 7px rgba(0,0,0,0.15);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.float_box>div>div{
  position: absolute;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.float01 b{  background:#fff url("../images/float01.png") no-repeat center;}
.float02 b{  background:#fff url("../images/float06.png") no-repeat center;}
.float03 b{  background:#fff url("../images/float03.png") no-repeat center;}
.float04 b{  background:#fff url("../images/float04.png") no-repeat center;}
.float05 b{  background:#fff url("../images/float05.png") no-repeat center;}

.float_box>div:hover b{
  background-color:#64acff;
}

.float03>div{
  border-radius: 5px;
  width: 100px;
  height: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:8px;
  background: #64acff;
  right:calc(100% + 20px);
  opacity: 0;
  -webkit-transition: 350ms 0s all linear;
  -moz-transition: 350ms 0s all linear;
  -ms-transition: 350ms 0s all linear;
  -o-transition: 350ms 0s all linear;
  transition: 350ms 0s all linear;
  visibility: hidden;
}
.float03:hover>div{
  right:calc(100% + 10px);
  opacity: 1;
  visibility: visible;
}
.float03>div>img{
  width:100%;
  height: 100%;
}

.float02>div,.float04>div{
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background: #64acff;
  right:1px;
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  z-index: 8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:20px;
  -webkit-transition: 350ms 0s all linear;
  -moz-transition: 350ms 0s all linear;
  -ms-transition: 350ms 0s all linear;
  -o-transition: 350ms 0s all linear;
  transition: 350ms 0s all linear;
}
.float02>div a{
  color: #fff;
  font-size: 18px;
}
.float02:hover>div{
  width: 385px;
  height: 50px;
}
.float04:hover>div{
  width: 233px;
  height: 50px;
}
.float_box>div.float05{
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.float_box>div.float05show{
  opacity: 1;
  visibility: visible;
}


.qqkf a{
  background:url(../images/qqkf.png) no-repeat left center;
  float:left;
  display:block;
  width: 45px;
  height: 45px;
  color: #fff;
  padding-left:30px;
}



.page {
  font-size: 0;
  text-align: center;
}
.page .center {
  display: inline-block;
  overflow: hidden;
}
.page .center .page-span {
  float: left;
  font-size: 14px;
  color: #c3c3c3;
  line-height: 32px;
  margin-right: 30px;
}
.page .center .page-list {
  float: left;
  overflow: hidden;
}
.page .center .page-list ul li {
  float: left;
  width: auto;
  min-width: 30px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin: 0 4px;
  padding: 0;
  border: none;
  background: transparent;
}
.page .center .page-list ul li a {
  min-width: 20px;
  padding: 0 5px;
  border: 1px solid #eee;
  display: block;
  color: #333;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.page .center .page-list ul li:hover a {
  color: #f3c04b;
}
.page .center .page-list ul li.active a {
  background: #f3c04b;
  color: #fff;
}
.news-center {
  background: #fff;
  padding-bottom: 25px;
}
.news-center .new-list {
  padding: 45px 45px 0px;
}
.news-center .new-list ul li {
  margin-bottom: 35px;
  border-bottom: 1px solid #eee;
}
.news-center .new-list ul li a {
  overflow: hidden;
  display: block;
  height: 90px;
  padding-bottom: 30px;
}
.news-center .new-list ul li a .img {
  float: left;
  width: 130px;
  height: 90px;
  background: #eee;
  line-height: 90px;
  font-size: 0;
  text-align: center;
}
.news-center .new-list ul li a .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.news-center .new-list ul li a .info {
  float: right;
  width: 690px;
}
.news-center .new-list ul li a .info h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
}
.news-center .new-list ul li a .info em {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 16px;
  margin-bottom: 10px;
}
.news-center .new-list ul li a .info p {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  max-height: 44px;
  overflow: hidden;
}
.news-center .new-list ul li a:hover h3 {
  color: #f3c04b;
}
.message-c {
  background: #fff;
  padding: 40px 50px;
  overflow: hidden;
}
.message-c .p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 35px;
}
.message-c .from input {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 5px;
  border: 1px solid #d2d2d2;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.message-c .from input[name=user],
.message-c .from input[name=phone] {
  width: 348px;
}
.message-c .from textarea {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  display: block;
  width: 728px;
  height: 130px;
  border: 1px solid #d2d2d2;
  padding: 5px;
  margin-bottom: 10px;
}
.message-c .from .code {
  overflow: hidden;
}
.message-c .from .code input[name=code] {
  width: 258px;
  float: left;
}
.message-c .from .code a {
  display: block;
  float: left;
  width: 80px;
  height: 38px;
  padding: 1px 0;
  margin-left: 10px;
}
.message-c .from .code a img {
  width: 80px;
  height: 38px;
}
.message-c .from .btn {
  padding-top: 25px;
}
.message-c .from .btn a {
  display: block;
  width: 362px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: #8fa4de;
}
.message-c .from .btn a:hover {
  background: #8397d0;
}
.contact-o {
  background: #fff;
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
}
.contact-o iframe {
  width: 830px;
  height: 500px;
  margin: 0 auto;
}

/*coll*/
.zcollbg{
  margin-top: 3vw;
  padding-bottom: 4vw;
}
.zcoll_right{
  width: 100%;
}
